.background {
  width: 100%;
  height: 1200px;
  z-index: -1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.background img {
  width: 100%;
}

.background .background_icon {
  display: none;
}

.page {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

header {
  width: 100%;
  height: 45px;
  background-color: #fff;
}

header ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

header ul .left {
  display: flex;
  align-items: center;
}

header ul .left p {
  color: #868686;
  font-size: 14px;
}

header ul .right {
  display: flex;
  align-items: center;
}

header ul .right a {
  color: #868686;
  font-size: 14px;
}

header ul .right p {
  color: #868686;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
}

.head_icon {
  display: none;
}

.search_icon {
  display: none;
}

.Headmenu {
  display: none;
}

.nav {
  width: 1200px;
  height: 75px;
  background-color: #9d0000;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 10px;
  margin-top: 340px;
}

.nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  display: flex;
}

.nav ul li p {
  display: none;
}

.nav ul .search {
  width: 225px;
  height: 41px;
  background-color: #b13333;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 21px;
  padding-right: 12px;
}

.nav ul .search input {
  width: 150px;
  outline: none;
  border: none;
  font-size: 18px;
  color: #fff;
  line-height: 41px;
}

.nav ul .search input::placeholder {
  font-size: 16px;
  color: #dfaaaa;
  line-height: 41px;
}

.nav ul .search img {
  width: 25px;
}

.Headlines {
  width: 1200px;
  height: 114px;
  margin: 0 auto;
  margin-top: 16px;
  background-color: #fff;
}

.Headlines > ul {
  position: relative;
}

.Headlines > ul .title {
  width: 46px;
  height: 82px;
  background-image: url("../images/Headlines.png");
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 15px;
}

.Headlines > ul .title p {
  writing-mode: tb-rl;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  font-weight: 600;
  margin-top: 14px;
}

.Headlines > ul > li {
  height: 114px;
  position: relative;
}

.Headlines > ul > li .swiper-container {
  width: 1050px;
  margin: 0 auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.Headlines > ul > li .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 !important;
  height: 100% !important;
}

.Headlines > ul > li .swiper-slide ul {
  width: 1050px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.Headlines > ul > li .swiper-slide ul li {
  position: relative;
}

.Headlines > ul > li .swiper-slide ul li h6 {
  font-size: 42px;
  color: #bd192c;
  text-align: center;
}

.Headlines > ul > li .swiper-slide ul li p {
  font-size: 15px;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 96%;
  text-align: left;
}

.Headlines > ul > li .swiper-slide ul li a {
  position: absolute;
  top: -1px;
  right: 0px;
  font-size: 16px;
  color: #d10013;
}

.Headlines > ul > li .swiper-button-next {
  width: 26px;
  height: 26px;
  background-color: #d3d3d3;
  position: absolute;
  top: 90px;
  right: 26px;
}

.Headlines > ul > li .swiper-button-next img {
  width: 20px;
  transform: rotate(180deg);
}

.Headlines > ul > li .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #d3d3d3;
  position: absolute;
  top: 46px;
  left: 1148px;
}

.Headlines > ul > li .swiper-button-prev img {
  width: 20px;
}

.box {
  width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}

.box .Carousel {
  width: 594px;
  height: 350px;
}

.box .Carousel .swiper-container {
  width: 100%;
  height: 100%;
}

.box .Carousel .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.box .Carousel .swiper-slide img {
  width: 100%;
  height: 100%;
}

.box .Carousel .swiper-slide p {
  width: 594px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding-left: 24px;
  position: absolute;
  text-align: left;
  left: 0;
  bottom: 0;
}

.box .switch {
  width: 594px;
  height: 350px;
  background-color: #f5f5f5;
}

.box .switch .name {
  height: 65px;
  width: 552px;
  margin: 0 auto;
  border-bottom: 2px solid #eaeaea;
}

.box .switch .name ul {
  display: flex;
  align-items: center;
}

.box .switch .name ul li {
  height: 100%;
  margin-right: 35px;
  cursor: default;
}

.box .switch .name ul li p {
  font-size: 20px;
  color: #333333;
  line-height: 63px;
  font-weight: 600;
}

.box .switch .name ul .click {
  border-bottom: 2px solid #ae2d33;
}

.box .switch .name ul .click p {
  color: #bd1a2d;
  line-height: 63px;
}
.box .switch .name ul  p a{
color:#444
}
.box .switch .name ul .click p a{
  color: #bd1a2d;
  line-height: 63px;
}

.box .switch .content {
  width: 552px;
  margin: 0 auto;
}

.box .switch .content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}

.box .switch .content ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box .switch .content ul li .mark {
  width: 2px;
  height: 2px;
  background-color: #333;
}

.box .switch .content ul li .event {
  width: 472px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}

.box .switch .content ul li .shijian {
  font-size: 16px;
  color: #aaaaaa;
}

.box .switch .content ul li:hover p {
  color: #ae2d33;
}

.box .switch .content ul li:hover .mark {
  background-color: #ae2d33;
}

.banner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 21px;
}

.banner img {
  width: 100%;
}

.banner .banner_icon {
  display: none;
}

.Text_message_area {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Text_message_area .information {
  width: 585px;
  margin-top: 16px;
}

.Text_message_area .information .title {
  width: 100%;
  border-bottom: 2px solid #eaeaea;
}

.Text_message_area .information .title ul {
  display: flex;
}

.Text_message_area .information .title ul li {
  height: 57px;
}
.Text_message_area .information .title ul li p a{  color: #ac2c33;}
.Text_message_area .information .title ul li p {
  font-size: 20px;
  color: #ac2c33;
  line-height: 57px;
  border-bottom: 2px solid #ae2d33;
  font-weight: 600;
}

.Text_message_area .information .content {
  width: 585px;
  margin: 0 auto;
}

.Text_message_area .information .content ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 17px;
}

.Text_message_area .information .content ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Text_message_area .information .content ul li .mark {
  width: 4px;
  height: 4px;
  background-color: #ae2d33;
}

.Text_message_area .information .content ul li .event {
  width: 510px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #525252;
}

.Text_message_area .information .content ul li .shijian {
  font-size: 16px;
  color: #525252;
}

.Text_message_area .information .content ul li:hover p {
  color: #ae2d33;
}

.View_details {
  width: 1200px;
  margin: 0 auto;
  margin-top: 33px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.View_details .open {
  width: 585px;
}

.View_details .open .title {
  width: 100%;
  border-bottom: 2px solid #eaeaea;
}

.View_details .open .title ul {
  display: flex;
}

.View_details .open .title ul li {
  height: 57px;
}

.View_details .open .title ul li p {
  font-size: 20px;
  color: #ac2c33;
  line-height: 57px;
  border-bottom: 2px solid #ae2d33;
  font-weight: 600;
}

.View_details .open .content {
  width: 100%;
}

.View_details .open .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}

.View_details .open .content ul li {
  width: 286px;
  height: 91px;
  background-color: #f2f2f2;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 13px;
  transition: all 0.6s;
}

.View_details .open .content ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.View_details .open .content ul li img {
  width: 35px;
  margin-right: 15px;
}

.View_details .open .content ul li p {
  font-size: 18px;
  color: #000;
  margin-left: 15px;
}

.View_details .open .content ul li:hover {
  background-color: #fff;
}

.View_details .open .content ul li:nth-child(1):hover {
  border: 1px solid #e89433;
}

.View_details .open .content ul li:nth-child(1):hover p {
  color: #e89433;
}

.View_details .open .content ul li:nth-child(2):hover {
  border: 1px solid #3c7dc2;
}

.View_details .open .content ul li:nth-child(2):hover p {
  color: #3c7dc2;
}

.View_details .open .content ul li:nth-child(3):hover {
  border: 1px solid #66cfc0;
}

.View_details .open .content ul li:nth-child(3):hover p {
  color: #66cfc0;
}

.View_details .open .content ul li:nth-child(4):hover {
  border: 1px solid #7c78b1;
}

.View_details .open .content ul li:nth-child(4):hover p {
  color: #7c78b1;
}

.View_details .plate {
  width: 585px;
}

.View_details .plate ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.View_details .plate ul li {
  width: 287px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

.View_details .plate ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.View_details .plate ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 130px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: block;
}

.View_details .plate ul li:hover img {
  transform: scale(1.4);
}

.View_details .plate ul li:nth-child(3),
.View_details .plate ul li:nth-child(4) {
  margin-top: 13px;
}

.View_details .plate ul li:nth-child(1):hover a {
  color: #ee73fd;
}

.View_details .plate ul li:nth-child(2):hover a {
  color: #5ca4f6;
}

.View_details .plate ul li:nth-child(3):hover a {
  color: #f08e3b;
}

.View_details .plate ul li:nth-child(4):hover a {
  color: #f08e3b;
}

footer {
  width: 100%;
  height: 172px;
  background-color: #e7e7e7;
  margin-top: 22px;
}

footer .footer {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 172px;
}

footer .footer .left ul .Links {
  display: flex;
  align-items: center;
}

footer .footer .left ul .Links p {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-right: 46px;
}

footer .footer .left ul .Links .yqlj {
  display: flex;
  align-items: center;
}

footer .footer .left ul .Links .yqlj a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-right: 20px;
}

footer .footer .left ul .Links .yqlj a:hover {
  color: #ac2c33;
}

footer .footer .left ul li .copyright {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

footer .footer .left ul li .copyright .zuo li img {
  width: 55px;
}

footer .footer .left ul li .copyright .you {
  margin-left: 25px;
}

footer .footer .left ul li .copyright .you li {
  display: flex;
  align-items: center;
  height: 35px;
}

footer .footer .left ul li .copyright .you li a {
  font-size: 14px;
  color: #000;
}

footer .footer .left ul li .copyright .you li p {
  font-size: 14px;
  color: #000;
}

footer .footer .left ul li .copyright .you .nav_di p {
  margin-left: 10px;
  margin-right: 10px;
}

footer .footer .left ul li .copyright .you .nav_di a:hover {
  color: #bd192c;
}

footer .footer .left ul li .copyright .you .bq p {
  margin-right: 10px;
}

footer .footer .left ul li .copyright .you .bqs img {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

footer .footer .right ul {
  display: flex;
}

footer .footer .right ul li {
  width: 110px;
}

footer .footer .right ul li span {
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

footer .footer .right ul li span img {
  width: 70px;
}

footer .footer .right ul li p {
  font-size: 12px;
  color: #bd192c;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .background {
    width: 100%;
    z-index: -1;
    margin: 0 auto;
    height: 10rem;
  }
  .background img {
    width: 100%;
    display: none;
  }
  .background .background_icon {
    display: block;
    width: 100%;
   
  }
  .page {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  header {
    display: none;
  }
  .head_icon {
    display: block;
    width: 100%;
    height: 0.8rem;
    background-color: #9d0000;
    z-index: 9999999999999999;
  }
  .head_icon > ul {
    width: 6.9rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    z-index: 999999999;
    position: relative;
  }
  .head_icon > ul li.left {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .head_icon > ul li.left img {
    width: 0.4rem;
  }
  .head_icon > ul li.left p {
    font-size: 0.3rem;
    color: #fff;
    margin-left: 0.2rem;
  }
  .head_icon > ul .right img {
    width: 0.4rem;
  }
  .head_icon .Headmenu {
    width: 100%;
    background-color: #9d0000;
    position: absolute;
    left: 0;
    top: .8rem;
    padding: .25rem 0;
    border-top: .01rem solid #fff;
  }
  .head_icon .Headmenu > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .head_icon .Headmenu > ul > li {
    width: 3rem;
    height: .75rem;
    display: flex;
  }
  .head_icon .Headmenu > ul > li a {
    font-size: .28rem;
    color: #fff;
    margin: 0 auto;
    line-height: .75rem;
  }
  .Headmenu {
    width: 100%;
    background-color: #9d0000;
    position: absolute;
    left: 0;
    top: -1.6rem;
    padding: .25rem 0;
    border-top: .01rem solid #fff;
    display: block;
    z-index: -1;
  }
  .Headmenu > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .Headmenu > ul > li {
    width: 3rem;
    height: .75rem;
    display: flex;
  }
  .Headmenu > ul > li a {
    font-size: .28rem;
    color: #fff;
    margin: 0 auto;
    line-height: .75rem;
  }
  .search_icon {
    display: block;
    width: 6.9rem;
    height: 0.75rem;
    background-color: white;
    border-radius: 0.5rem;
    margin: 0 auto;
    margin-top: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
  }
  .search_icon input {
    width: 5rem;
    height: 100%;
    font-size: 0.24rem;
    color: #000;
  }
  .search_icon input::placeholder {
    font-size: 0.24rem;
  }
  .search_icon img {
    width: 0.5rem;
  }
  .nav {
    width: 7.5rem;
    height: 1.5rem;
    background-color: #9d0000;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0.2rem;
  }
  .nav ul {
    width: 6.2rem;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .nav ul li a {
    font-size: 0.3rem;
    width: 100%;
    text-align: center;
  }
  .nav ul li p {
    display: block;
    font-size: .29rem;
    color: #fff;
  }
  .nav ul .search {
    display: none;
  }
  .Headlines {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
    margin-top: 0.16rem;
    background-color: #fff;
  }
  .Headlines > ul {
    width: 6.9rem;
    margin: 0 auto;
  }
  .Headlines > ul .title {
    width: 0.55rem;
    height: 1.1rem;
    left: 0.15rem;
    background-size: 100% 100%;
  }
  .Headlines > ul .title p {
    font-size: 0.24rem;
    line-height: 0.55rem;
    margin-top: 0.2rem;
  }
  .Headlines > ul > li {
    height: 2rem;
    position: relative;
  }
  .Headlines > ul > li .swiper-container {
    width: 5rem;
    margin: 0 auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .Headlines > ul > li .swiper-slide {
    text-align: center;
    font-size: 0.24rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 !important;
    height: 100% !important;
  }
  .Headlines > ul > li .swiper-slide ul {
    width: 5rem;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  .Headlines > ul > li .swiper-slide ul li {
    position: relative;
  }
  .Headlines > ul > li .swiper-slide ul li h6 {
    font-size: 0.42rem;
  }
  .Headlines > ul > li .swiper-slide ul li p {
    font-size: 0.24rem;
    width: 4.5rem;
  }
  .Headlines > ul > li .swiper-slide ul li a {
    top: -0.01rem;
    font-size: 0.24rem;
  }
  .Headlines > ul > li .swiper-button-next {
    width: 0.45rem;
    height: 0.45rem;
    top: 1.65rem;
    right: 0.15rem;
  }
  .Headlines > ul > li .swiper-button-next img {
    width: 0.35rem;
  }
  .Headlines > ul > li .swiper-button-prev {
    width: 0.45rem;
    height: 0.45rem;
    top: 0.7rem;
    left: 6.3rem;
  }
  .Headlines > ul > li .swiper-button-prev img {
    width: 0.35rem;
  }
  .box {
    width: 7.5rem;
    margin-top: 0.2rem;
    display: block;
  }
  .box .Carousel {
    width: 7.5rem;
    height: 4.5rem;
  }
  .box .Carousel .swiper-slide {
    font-size: 0.24rem;
  }
  .box .Carousel .swiper-slide p {
    width: 7.5rem;
    height: 0.75rem;
    font-size: 0.24rem;
    line-height: 0.75rem;
    padding-left: 0.24rem;
  }
  .box .Carousel .swiper-container-horizontal > .swiper-pagination-bullets,
  .box .Carousel .swiper-pagination-custom,
  .box .Carousel .swiper-pagination-fraction {
    bottom: 0rem;
    left: 39%;
    width: 100%;
  }
  .box .switch {
    width: 7.5rem;
    height: 4.5rem;
    background-color: #f5f5f5;
    margin-top: 0.2rem;
    padding: 0 0.3rem;
  }
  .box .switch .name {
    height: 0.75rem;
    width: 100%;
    border-bottom: 0.02rem solid #eaeaea;
  }
  .box .switch .name ul li {
    height: 100%;
    margin-right: 0.35rem;
  }
  .box .switch .name ul li p {
    font-size: 0.3rem;
    line-height: 0.75rem;
  }
  .box .switch .name ul .click {
    border-bottom: 0.02rem solid #ae2d33;
  }
  .box .switch .name ul .click p {
    line-height: 0.73rem;
  }
  .box .switch .content {
    width: 100%;
  }
  .box .switch .content ul li {
    margin-top: 0.17rem;
  }
  .box .switch .content ul li .mark {
    width: 0.03rem;
    height: 0.03rem;
  }
  .box .switch .content ul li .event {
    width: 5.7rem;
    font-size: 0.24rem;
  }
  .box .switch .content ul li .shijian {
    font-size: 0.24rem;
  }
  .banner {
    width: 7.5rem;
    margin-top: 0.2rem;
  }
  .banner img {
    display: none;
  }
  .banner .banner_icon {
    display: block;
    width: 100%;
  }
  .Text_message_area {
    width: 6.9rem;
    margin: 0 auto;
    display: block;
  }
  .Text_message_area .information {
    width: 100%;
    margin-top: 0.2rem;
  }
  .Text_message_area .information .title {
    border-bottom: 0.02rem solid #eaeaea;
  }
  .Text_message_area .information .title ul li {
    height: 0.75rem;
  }
  .Text_message_area .information .title ul li p {
    font-size: 0.3rem;
    line-height: 0.75rem;
    border-bottom: 0.02rem solid #ae2d33;
  }
  .Text_message_area .information .content {
    width: 100%;
  }
  .Text_message_area .information .content ul li {
    margin-top: 0.17rem;
  }
  .Text_message_area .information .content ul li .mark {
    width: 0.04rem;
    height: 0.04rem;
  }
  .Text_message_area .information .content ul li .event {
    width: 5.7rem;
    font-size: 0.24rem;
  }
  .Text_message_area .information .content ul li .shijian {
    font-size: 0.24rem;
  }
  .View_details {
    width: 6.9rem;
    margin-top: 0.33rem;
    display: block;
  }
  .View_details .open {
    width: 100%;
  }
  .View_details .open .title {
    border-bottom: 0.02rem solid #eaeaea;
  }
  .View_details .open .title ul li {
    height: 0.75rem;
  }
  .View_details .open .title ul li p {
    font-size: 0.3rem;
    line-height: 0.75rem;
    border-bottom: 0.02rem solid #ae2d33;
  }
  .View_details .open .content ul {
    margin-top: 0.1rem;
  }
  .View_details .open .content ul li {
    width: 3.3rem;
    height: 1.1rem;
    border: 0.02rem solid #eaeaea;
    margin-top: 0.25rem;
  }
  .View_details .open .content ul li img {
    width: 0.5rem;
    margin-right: 0.15rem;
  }
  .View_details .open .content ul li p {
    font-size: 0.3rem;
    color: #000;
    margin-left: 0.15rem;
  }
  .View_details .plate {
    width: 100%;
    margin-top: 0.5rem;
  }
  .View_details .plate ul li {
    width: 3.3rem;
    height: 1.5rem;
  }
  .View_details .plate ul li a {
    line-height: 1.5rem;
    font-size: 0.4rem;
  }
  footer {
    height: 8rem;
    margin-top: 0.2rem;
    background-color: #ac2c33;
  }
  footer .footer {
    width: 6.9rem;
    margin: 0 auto;
    height: 100%;
    display: block;
  }
  footer .footer .left ul .Links {
    display: block;
    overflow: hidden;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #fff;
  }
  footer .footer .left ul .Links p {
    font-size: 0.4rem;
    color: #fff;
    margin-right: 0;
    margin-top: 0.2rem;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  footer .footer .left ul .Links .yqlj {
    justify-content: space-between;
  }
  footer .footer .left ul .Links .yqlj a {
    width: 2.1rem;
    height: .5rem;
    background-color: #fff;
    font-size: 0.24rem;
    line-height: .5rem;
    color: #ac2c33;
    margin-right: 0;
    display: block;
    float: left;
    text-align: center;
    font-weight: 400;
  }
  footer .footer .left ul li .copyright {
    display: block;
    margin-top: 0.16rem;
    position: relative;
  }
  footer .footer .left ul li .copyright .zuo {
    position: absolute;
    bottom: -65%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  footer .footer .left ul li .copyright .you {
    margin: 0;
  }
  footer .footer .left ul li .copyright .you .nav_di {
    width: 90%;
    margin: 0 auto;
    height: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .footer .left ul li .copyright .you .nav_di a {
    font-size: .24rem;
    color: #fff;
  }
  footer .footer .left ul li .copyright .you .nav_di p {
    font-size: .24rem;
    color: #fff;
    margin: 0;
  }
  footer .footer .left ul li .copyright .you li.bq {
    height: .65rem;
    display: block;
  }
  footer .footer .left ul li .copyright .you li.bq p {
    font-size: .24rem;
    color: #fff;
    width: 4rem;
    margin: 0 auto;
    text-align: center;
    line-height: .3rem;
    margin-top: .1rem;
  }
  footer .footer .left ul li .copyright .you .bqs {
    margin-top: .5rem;
    display: block;
    text-align: center;
    position: relative;
  }
  footer .footer .left ul li .copyright .you .bqs p {
    font-size: .24rem;
    color: #fff;
    margin-top: .1rem;
  }
  footer .footer .left ul li .copyright .you .bqs img {
    width: .3rem;
    margin: 0 auto;
    position: absolute;
    left: 27%;
    bottom: .35rem;
  }
  footer .footer .right {
    margin-top: 1.7rem;
  }
  footer .footer .right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer .right ul li {
    width: 1.7rem;
  }
  footer .footer .right ul li span {
    width: 1rem;
    height: 1rem;
  }
  footer .footer .right ul li span img {
    width: .8rem;
    height: .8rem;
  }
  footer .footer .right ul li p {
    font-size: .24rem;
    margin-top: .1rem;
    color: #fff;
  }
}

.nav ul .search form{display: flex;justify-content: space-between;}
.nav ul .search button{border:none;cursor: pointer;width: 25px;background: transparent;}
